home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 November - Disc 2 / Power Tools Plus (Disc 2 of 2)(November 1993)(HP).iso / dmsinfo / help / unix.txt < prev   
Text File  |  1993-04-06  |  7KB  |  223 lines

  1. Instructions for accessing CSO Power Tools Online
  2. UNIX Workstation with SoftPC 
  3. (Updated April 1, 1993)
  4.  
  5.  
  6. CSO Power Tools Online is written for MS-DOS-based PC clients.  Although 
  7. the Document Management System (DMS) application will not run in a native
  8. UNIX environment, it is possible to emulate an MS-DOS window using SoftPC
  9. on a UNIX workstation.
  10.  
  11. ___________________________________________________________________________
  12.  
  13. UNIX Workstation Configuration
  14. -------------------------------
  15.  
  16. All files related to Power Tools are located on an HP-UX server in 
  17. Cupertino, California USA.  These files can be accessed (or copied) in 
  18. a read-only mode using the NFS (Network File System) feature of HP-UX.
  19.  
  20. In order to connect your UNIX workstation filesystem with the Power Tools
  21. Server, you will need some knowledge of UNIX Systems Administration and have
  22. a "root" or "superuser" password.  
  23.  
  24. Prerequisites
  25. -------------
  26.  
  27.   HP9000/700 System Workstation
  28.   HP-UX Operating system 8.0 or greater
  29.   Network File System (should come with standard HP-UX)
  30.   SoftPC 3.0 (Installed and configured)
  31.  
  32. These are GENERIC instructions; you should have a minimum understanding of
  33. each command before proceeding.  We have included an example of each command
  34. with a sample answer for demonstration purposes.
  35.  
  36. Connecting file systems:
  37.  
  38.   1.)  Login as a "root" user
  39.  
  40.     login: root
  41.     Password: <enterone>
  42.  
  43.   2.)  Test Network Connectivity and Domain Name Server
  44.  
  45.     A.) Check Name resolution on DNS - Domain Name Server
  46.  
  47.     Command:
  48.     
  49.     # nslookup hpcuppb.cup.hp.com
  50.  
  51.     Sample Output:
  52.     
  53.     >
  54.     >Name Server:  nwcserv1.cup.hp.com
  55.     >Address:  15.9.88.186
  56.     >
  57.     >Name:    hpcuppb.cup.hp.com
  58.     >Address:  15.9.91.178
  59.     >
  60.  
  61.     Comments:
  62.        
  63.     You may get different results from both the "Name Server" and 
  64.     "Address" fields.  
  65.     
  66.     If you get the following error ...
  67.     
  68.        Error: "can't find hpcupp.cup.hp.com: Non-existent domain"
  69.  
  70.     Consult your local Network Administrator for help.  (Do not 
  71.     continue until your DNS - Domain Name Server has been updated)
  72.  
  73.     B.) Check connectivity to Power Tools Server
  74.  
  75.     Command:
  76.  
  77.     # /etc/ping hpcuppb.cup.hp.com 128 5
  78.  
  79.     Sample Output:
  80.     
  81.     > PING hpcuppb.cup.hp.com: 128 byte packets
  82.     > 128 bytes from 15.9.91.178: icmp_seq=0. time=51. ms
  83.     > 128 bytes from 15.9.91.178: icmp_seq=1. time=46. ms
  84.     > 128 bytes from 15.9.91.178: icmp_seq=2. time=48. ms
  85.     > 128 bytes from 15.9.91.178: icmp_seq=3. time=45. ms
  86.     > 128 bytes from 15.9.91.178: icmp_seq=4. time=52. ms
  87.     > 
  88.     > ----hpcuppb.cup.hp.com PING Statistics----
  89.     > 5 packets transmitted, 5 packets received, 0% packet loss
  90.     > round-trip (ms)  min/avg/max = 45/48/52
  91.     
  92.     Comments:
  93.  
  94.     If you don't get a response from hpcuppb.cup.hp.com, consult your
  95.     local Network Administrator for help.  (Do not continue until
  96.     you can successfully send and receive packets with 0% packet loss.)
  97.     
  98.   2.)  Make a Power Tools directory 
  99.  
  100.     Command:
  101.  
  102.     # mkdir /powertools
  103.   
  104.   3.)  Connect the Power Tools read-only file system with your workstation.
  105.        ** This step may be completed by using the SAM interface.
  106.       SAM stands for "System Administration Manager"
  107.  
  108.     Command:
  109.  
  110.     # /etc/mount hpcuppb.cup.hp.com:/csolit /powertools
  111.  
  112.     Comment:
  113.  
  114.     This command will link the PowerTools disks using NFS.  This 
  115.     link will be lost if you workstation is rebooted.  If 
  116.     you would like to have this partition automatically loaded
  117.     during regular startup procedures use the SAM interface. (Use
  118.     "Add NFS mount ...")  This is a sample entry that SAM will append 
  119.     to your /etc/checklist file...  
  120.     
  121.        "hpcuppb:/csolit /powertools nfs rw,suid 0 0"
  122.  
  123.     # bdf
  124.  
  125.     Sample Output:
  126.  
  127.     >
  128.     > Filesystem           kbytes    used   avail capacity Mounted on
  129.     > /dev/dsk/6s0         312558  215063   66239    76%   /
  130.     > hpcuppb:/csolit     3759046  656645 2726496    19%   /powertools
  131.     >
  132.     
  133.     Comment:
  134.  
  135.     This command links the Power Tools server filesystem with your
  136.     local filesystem using NFS.  You now have read access to the Power
  137.     Tools data (located in /powertools).  You may copy, print, etc., 
  138.     this data using your standard UNIX commands. (cat, lp, etc ...).  
  139.     See NOTE for details.
  140.  
  141.     NOTE:  All Power Tools files are in DOS format.  File Types may NOT
  142.            represent what is "standard" for UNIX file manipulation.  For
  143.            example, all *.pcl files are in a specialized compressed format 
  144.            which CANNOT be printed using the standard "lp -oraw" command.
  145.  
  146.  
  147.   4.)  Start using SoftPC to access Power Tools Data via the DMS interface:
  148.  
  149.     A.) Login as a "non-root" user.
  150.     
  151.         login: user
  152.         Password: <enterone>
  153.            
  154.     B.) Startup SoftPC 3.0
  155.  
  156.         Command:
  157.     
  158.         spc &
  159.  
  160.     C.) Connect /powertools with SoftPC 
  161.  
  162.         DO ALL THESE COMMANDS WITHIN THE SOFTPC WINDOW
  163.  
  164.         C:> net use f: /powertools
  165.         C:> f:
  166.         F:> start
  167.  
  168.         You are now running Power Tools on your UNIX workstation.
  169.         You should have the same functionality that you would have
  170.         running Power Tools on a PC.
  171.       
  172. Setting up local (slave) and networked printers in SoftPC
  173. ---------------------------------------------------------
  174.  
  175. SoftPC provides emulation of three IBM printer adapters, referred to
  176. by MS-DOS as ports LPT1-LPT3.
  177.  
  178. You can use SoftPC LPT ports several ways:
  179.  
  180.  o  Ports may be assigned to UNIX pipes to other host processes (for
  181.     example, to a print spooler).  Output-only operations are possible.
  182.     Information is buffered by SoftPC until the user chooses to flush 
  183.     the port.  The UNIX pipe is then closed and a new one opened.
  184.  
  185.  o  Ports may be assigned to regular host files.  The files are opened
  186.     for append access, and output-only operations are possible.  Information
  187.     is is buffered by SoftPC until the user flushes the port (either
  188.     manually or automatically).
  189.  
  190.  o  Printers and plotters work with SoftPC either through a direct mapping
  191.     device file or through a pipe to the LP spooler.
  192.  
  193.  Installing a SoftPC printer
  194.  ---------------------------
  195.  
  196.  1.)  Attach the printer to HP-UX following the instructions given in 
  197.       the "Installing Peripherals" manual or using SAM.
  198.  
  199.  2.)  Test the device on HP-UX and make sure it is working properly.
  200.  
  201.  Once the device is working correctly, it can be accessed by SoftPC.
  202.  Follow these steps to test the device from SoftPC.
  203.  
  204.  1.)  Open the "Printer Ports" or "COM Ports" dialog box (accessed via
  205.       Options - COM/LPT Ports).  Enter the following into the text box
  206.       for the LPT/COM port of your choice:
  207.  
  208.     lp -oraw -d[PRINTERNAME]
  209.  
  210.       Replace [PRINTERNAME] with the name of the HP-UX printer device
  211.       or spooled printer.  (networked or local)
  212.  
  213.  2.)  Print DOS using the assigned LPT or COM port.
  214.  
  215.  This information can be found in the SoftPC Users Guide.
  216.  
  217.  
  218. If you have any questions, difficulties, or feedback, please call 
  219. telnet/408-447-6922, or send an HP Desk message to
  220. Power TOOLS/HP6650/AF.
  221.  
  222. (End of instructions)
  223.